go/types.Checker.recordCommaOkTypes (method)

3 uses

	go/types (current package)
		assignments.go#L367: 		check.recordCommaOkTypes(origRHS[0], a)
		assignments.go#L400: 		check.recordCommaOkTypes(origRHS[0], a)
		check.go#L479: func (check *Checker) recordCommaOkTypes(x ast.Expr, a [2]Type) {